html {
  font-size: 22px;
}

body {
  letter-spacing: 1px;
  line-height: 1.2;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5{
  line-height: 1;
}

.small {
  font-size: 18px;
}

.bi {
  font-size: 16px;
}

.navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1.5px;
}

.breadcrumb,
.breadcrumb .breadcrumb-item a {
  font-size: 20px;
}

.blog-item .title {
  line-height: 1.2;
}

.blog-item .read-more a{
  font-size: 24px;
}

.form-control{
  letter-spacing: 1px;
  line-height: 1.2;
}

button,
.btn {
  letter-spacing: 1px;
  line-height: 1.2;
}

.user-menu .nav-link{
  font-weight: 600;
}

.toggle-password{
  font-size: 18px;
  top: 17px;
}

section .section-title{
  font-size: 50px;
}

.table thead tr th{
  font-size: 20px;
}

.table tbody {
  font-size: 18px;
}

.badge {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  line-height: .6;
}

.badge i{
  display: inline-flex;
  font-size: 14px;
}

.widget-sidebar .widget-title .text{
  font-size: 24px;
  font-weight: 600;
}

.widget-category ul li .count{
  font-size: 20px;
}

.footer-section .footer-bottom {
  font-size: 18px;
}

